Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.