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