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