Propriété PlanGuideExtender.SchemaNames

Gets a collection of Schema Names associated with a Plan Guide

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property SchemaNames As StringCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PlanGuideExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo