Delen via


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

See Also

Reference

SchemaCompareConnectionBasedModelProvider Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace