Udostępnij przez


PlanGuide.ScopeType Property

Gets or sets the plan guide scope type.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property ScopeType As PlanGuideType
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public PlanGuideType ScopeType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
property PlanGuideType ScopeType {
    PlanGuideType get ();
    void set (PlanGuideType value);
}
/** @property */
public PlanGuideType get_ScopeType ()

/** @property */
public void set_ScopeType (PlanGuideType value)
public function get ScopeType () : PlanGuideType

public function set ScopeType (value : PlanGuideType)

Property Value

PlanGuideType

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.