Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the full name of the DSP.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DatabaseSchemaProviderDisplayName As String
public virtual string DatabaseSchemaProviderDisplayName { get; }
public:
virtual property String^ DatabaseSchemaProviderDisplayName {
String^ get ();
}
abstract DatabaseSchemaProviderDisplayName : string
override DatabaseSchemaProviderDisplayName : string
function get DatabaseSchemaProviderDisplayName () : String
Property Value
Type: System.String
The DSP 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.