Partilhar via


Propriedade do RDL PlanGuideExtender.SchemaNames

Gets a collection of Schema Names associated with a Plan Guide

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property SchemaNames As StringCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Collections.Specialized.StringCollection
The collection of Schema Names.

Consulte também

Referência

PlanGuideExtender Classe

Namespace Microsoft.SqlServer.Management.Smo