Dela via


SqlSchemaDeploymentOptions.TargetSetVariables Property

Gets the list of variables and their values for the target of the comparison.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property TargetSetVariables As Dictionary(Of String, String)
public Dictionary<string, string> TargetSetVariables { get; }
public:
property Dictionary<String^, String^>^ TargetSetVariables {
    Dictionary<String^, String^>^ get ();
}
member TargetSetVariables : Dictionary<string, string>
function get TargetSetVariables () : Dictionary<String, String>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace