Proprietà SchemaNames
Gets a collection of Schema Names associated with a Plan Guide
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property SchemaNames As StringCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.Specialized. . :: . .StringCollection
StringCollection
Vedere anche