Freigeben über


PlanGuide.ScopeObjectName-Eigenschaft

Gets or sets the scope object name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ScopeObjectName As String 
    Get 
    Set
'Usage
Dim instance As PlanGuide 
Dim value As String 

value = instance.ScopeObjectName

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

Eigenschaftswert

Typ: System.String
The scope object name.

Siehe auch

Verweis

PlanGuide Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Entwerfen und Implementieren von Planhinweislisten

Planhinweislisten