Propriedade do RDL DeploymentContributorConfigurationStream.Filename
The filename used to represent this stream
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public ReadOnly Property Filename As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String