Condividi tramite


Proprietà PlanGuide.ScopeType

Gets or sets the plan guide scope type.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ScopeType As PlanGuideType 
    Get 
    Set
'Utilizzo
Dim instance As PlanGuide 
Dim value As PlanGuideType 

value = instance.ScopeType

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.PlanGuideType
The type of the scope.

Vedere anche

Riferimento

PlanGuide Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Progettazione e implementazione di guide di piano

Guide di piano