Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the short form of the display name.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ShortDisplayName As String
public abstract string ShortDisplayName { get; }
public:
virtual property String^ ShortDisplayName {
String^ get () abstract;
}
abstract ShortDisplayName : string with get
abstract function get ShortDisplayName () : String
Property Value
Type: System.String
Returns a string representing the short form of the display name.
Remarks
An example of "short form" would be using "SqlClient" to represent the full form .NET Framework Data Provider for SQL Server."
.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.