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.
Get dictionary of SQL command variable values, keyed by variable name.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property SqlCommandVariableValues As IDictionary(Of String, String)
Get
'Usage
Dim instance As DacDeployOptions
Dim value As IDictionary(Of String, String)
value = instance.SqlCommandVariableValues
public IDictionary<string, string> SqlCommandVariableValues { get; }
public:
property IDictionary<String^, String^>^ SqlCommandVariableValues {
IDictionary<String^, String^>^ get ();
}
member SqlCommandVariableValues : IDictionary<string, string>
function get SqlCommandVariableValues () : IDictionary<String, String>
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<String, String>
Dictionary of SQL command variable values, keyed by variable name.
Hinweise
Valid values must be provided for every variable before deployment, or failures may occur during deployment.