Compartir a través de


PlanGuide.ScopeSchemaName Propiedad

Gets or sets the scope schema name.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ScopeSchemaName As String 
    Get 
    Set
'Uso
Dim instance As PlanGuide 
Dim value As String 

value = instance.ScopeSchemaName

instance.ScopeSchemaName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string ScopeSchemaName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ ScopeSchemaName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member ScopeSchemaName : string with get, set
function get ScopeSchemaName () : String 
function set ScopeSchemaName (value : String)

Valor de la propiedad

Tipo: System.String
The scope schema name.

Vea también

Referencia

PlanGuide Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Diseñar e implementar guías de plan

Guías de plan