Свойство 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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo