Właściwość SqlEnumResult.NameProperties
Pobiera lub ustawia nazwę właściwość bazy danych używane w DatabaseLevel.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property NameProperties As StringCollection
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Collections.Specialized.StringCollection
Nazwa właściwość bazy danych.