PlanGuide.ScopeBatch 属性

Gets or sets the scope batch of the plan guide.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ScopeBatch As String 
    Get 
    Set
用法
Dim instance As PlanGuide 
Dim value As String 

value = instance.ScopeBatch

instance.ScopeBatch = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string ScopeBatch { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ ScopeBatch {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member ScopeBatch : string with get, set
function get ScopeBatch () : String 
function set ScopeBatch (value : String)

属性值

类型:System.String
The scope batch of the plan guide.

请参阅

参考

PlanGuide 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

设计和实现计划指南

计划指南