DatabaseSchemaProviderFamily.FamilyName Property
Gets the short name that identifies the family (such as "sql" for SQL Server database providers).
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FamilyName As String
public abstract string FamilyName { get; }
public:
virtual property String^ FamilyName {
String^ get () abstract;
}
abstract FamilyName : string
abstract function get FamilyName () : String
Property Value
Type: System.String
The 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.