SchemaNames 속성
Gets a collection of Schema Names associated with a Plan Guide
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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