Właściwość Schema
Pobiera lub ustawia schematu.
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcKeyAttribute()> _
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
<SfcReferenceAttribute(GetType(Schema), GetType(SchemaCustomResolver), _
"Resolve", )> _
Public Overridable Property Schema As String
Get
Set
'Użycie
Dim instance As ScriptSchemaObjectBase
Dim value As String
value = instance.Schema
instance.Schema = value
[SfcKeyAttribute()]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
[SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
"Resolve", )]
public virtual string Schema { get; set; }
[SfcKeyAttribute()]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
[SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
L"Resolve", )]
public:
virtual property String^ Schema {
String^ get ();
void set (String^ value);
}
[<SfcKeyAttribute()>]
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
[<SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
"Resolve", )>]
abstract Schema : string with get, set
[<SfcKeyAttribute()>]
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
[<SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
"Resolve", )>]
override Schema : string with get, set
function get Schema () : String
function set Schema (value : String)
Wartość właściwości
Typ: System. . :: . .String
A String wartość określająca schematu.
Zobacz także