ScopeType 속성
Gets or sets the plan guide scope type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property ScopeType As PlanGuideType
Get
Set
‘사용 방법
Dim instance As PlanGuide
Dim value As PlanGuideType
value = instance.ScopeType
instance.ScopeType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public PlanGuideType ScopeType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property PlanGuideType ScopeType {
PlanGuideType get ();
void set (PlanGuideType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member ScopeType : PlanGuideType with get, set
function get ScopeType () : PlanGuideType
function set ScopeType (value : PlanGuideType)