共用方式為


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 命名空間