DataSchemaModelHeader.DatabaseSchemaProviderName Property
Gets the name of the data schema provider.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property DatabaseSchemaProviderName As String
public string DatabaseSchemaProviderName { get; set; }
public:
property String^ DatabaseSchemaProviderName {
String^ get ();
void set (String^ value);
}
member DatabaseSchemaProviderName : string with get, set
function get DatabaseSchemaProviderName () : String
function set DatabaseSchemaProviderName (value : String)
Property Value
Type: System.String
The data schema provider 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.