Share via


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 네임스페이스