Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of Schema Names associated with a Plan Guide
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property SchemaNames As StringCollection
Get
'Usage
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
Property Value
Type: System.Collections.Specialized.StringCollection
The collection of Schema Names.