SqlSchemaDeploymentOptions.SourceSetVariables Property
Gets the list of variables and their values for the source 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 SourceSetVariables As Dictionary(Of String, String)
public Dictionary<string, string> SourceSetVariables { get; }
public:
property Dictionary<String^, String^>^ SourceSetVariables {
Dictionary<String^, String^>^ get ();
}
member SourceSetVariables : Dictionary<string, string>
function get SourceSetVariables () : Dictionary<String, String>
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.