Поделиться через


Свойство SqlEnumResult.NameProperties

Gets or sets the property name for the database used in the DatabaseLevel. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Property NameProperties As StringCollection 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Collections.Specialized.StringCollection
The property name for the database.

См. также

Справочник

SqlEnumResult Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc