Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The filename used to represent this stream
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Filename As String
Get
'Usage
Dim instance As DeploymentContributorConfigurationStream
Dim value As String
value = instance.Filename
public string Filename { get; }
public:
property String^ Filename {
String^ get ();
}
member Filename : string
function get Filename () : String
Property Value
Type: System.String