Свойство SqlEnumResult.SchemaPrefixProperties
Gets or sets the property name for the schema used in the DatabaseLevel. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property SchemaPrefixProperties As StringCollection
Get
Set
'Применение
Dim instance As SqlEnumResult
Dim value As StringCollection
value = instance.SchemaPrefixProperties
instance.SchemaPrefixProperties = value
public StringCollection SchemaPrefixProperties { get; set; }
public:
property StringCollection^ SchemaPrefixProperties {
StringCollection^ get ();
void set (StringCollection^ value);
}
member SchemaPrefixProperties : StringCollection with get, set
function get SchemaPrefixProperties () : StringCollection
function set SchemaPrefixProperties (value : StringCollection)
Значение свойства
Тип: System.Collections.Specialized.StringCollection
The property name for the schema.