Share via


SqlDatabaseSchemaProviderFamily.FamilyName Property

The short name of the SQL Server family of DatabaseSchemaProviders.

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

Syntax

'Declaration
Public Overrides ReadOnly Property FamilyName As String
public override string FamilyName { get; }
public:
virtual property String^ FamilyName {
    String^ get () override;
}
abstract FamilyName : string
override FamilyName : string
override function get FamilyName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlDatabaseSchemaProviderFamily Class

Microsoft.Data.Schema.Sql Namespace