다음을 통해 공유


PlanGuide.ScopeType 속성

Gets or sets the plan guide scope type.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ScopeType As PlanGuideType 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

PlanGuide 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

계획 지침 디자인 및 구현

계획 지침