Propriedade do RDL PlanGuide.ScopeSchemaName

Gets or sets the scope schema name.

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

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.String
The scope schema name.

Consulte também

Referência

PlanGuide Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criar e implementar guias de plano

Guias de plano