SchemaCompareConnectionBasedModelProvider.DspFamilyName Property
Gets or sets the data schema provider (DSP) family name for the data schema provider.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property DspFamilyName As String
public string DspFamilyName { get; set; }
public:
property String^ DspFamilyName {
String^ get ();
void set (String^ value);
}
member DspFamilyName : string with get, set
function get DspFamilyName () : String
function set DspFamilyName (value : String)
Property Value
Type: System.String
The DSP family name.
.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.