Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the SqlCmd variables defined
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property SqlCmdVariables As IDictionary(Of String, String)
Get
'Usage
Dim instance As DeploymentContributorConfigurationSetup
Dim value As IDictionary(Of String, String)
value = instance.SqlCmdVariables
public IDictionary<string, string> SqlCmdVariables { get; }
public:
property IDictionary<String^, String^>^ SqlCmdVariables {
IDictionary<String^, String^>^ get ();
}
member SqlCmdVariables : IDictionary<string, string>
function get SqlCmdVariables () : IDictionary<String, String>
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<String, String>