共用方式為


ScopeSchemaName 屬性

gets or sets the scope schema name.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property ScopeSchemaName As String
    Get
    Set
'用途
Dim instance As PlanGuide
Dim value As String

value = instance.ScopeSchemaName

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

屬性值

型別:System. . :: . .String
String