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.
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间