Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the property name for the database used in the DatabaseLevel. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property NameProperties As StringCollection
Get
Set
'Usage
Dim instance As SqlEnumResult
Dim value As StringCollection
value = instance.NameProperties
instance.NameProperties = value
public StringCollection NameProperties { get; set; }
public:
property StringCollection^ NameProperties {
StringCollection^ get ();
void set (StringCollection^ value);
}
member NameProperties : StringCollection with get, set
function get NameProperties () : StringCollection
function set NameProperties (value : StringCollection)
Eigenschaftswert
Typ: System.Collections.Specialized.StringCollection
The property name for the database.