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