PlanGuide.ScopeObjectName Property

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.ReadOnlyAfterCreation)> _
Public Property ScopeObjectName As String
    Get
    Set
'Usage
Dim instance As PlanGuide
Dim value As String

value = instance.ScopeObjectName

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

Property Value

Type: System.String
String