Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the String containing the name of the Schema associated with the ServiceQueue
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcReferenceAttribute(GetType(Schema), GetType(SchemaCustomResolver), _
"Resolve", )> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
<SfcKeyAttribute()> _
Public Overrides Property Schema As String
Get
Set
'Usage
Dim instance As ServiceQueue
Dim value As String
value = instance.Schema
instance.Schema = value
[SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
"Resolve", )]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
[CLSCompliantAttribute(false)]
[SfcKeyAttribute()]
public override string Schema { get; set; }
[SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
L"Resolve", )]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
[CLSCompliantAttribute(false)]
[SfcKeyAttribute()]
public:
virtual property String^ Schema {
String^ get () override;
void set (String^ value) override;
}
[<SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
"Resolve", )>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
[<CLSCompliantAttribute(false)>]
[<SfcKeyAttribute()>]
abstract Schema : string with get, set
[<SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver),
"Resolve", )>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
[<CLSCompliantAttribute(false)>]
[<SfcKeyAttribute()>]
override Schema : string with get, set
override function get Schema () : String
override function set Schema (value : String)
Property Value
Type: System.String
A String containing the name of the Schema associated with the ServiceQueue.