Свойство PlanGuideExtender.SchemaNames

Gets a collection of Schema Names associated with a Plan Guide

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

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public ReadOnly Property SchemaNames As StringCollection 
    Get
'Применение
Dim instance As PlanGuideExtender 
Dim value As StringCollection 

value = instance.SchemaNames
[ExtendedPropertyAttribute]
public StringCollection SchemaNames { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ SchemaNames {
    StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member SchemaNames : StringCollection
function get SchemaNames () : StringCollection

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

Тип: System.Collections.Specialized.StringCollection
The collection of Schema Names.

См. также

Справочник

PlanGuideExtender Класс

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