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
- 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.