Share via


Propriété ScopeType

Gets or sets the plan guide scope type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ScopeType As PlanGuideType
    Get
    Set
'Utilisation
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)