Sdílet prostřednictvím


ServiceQueue.ProcedureDatabase Property

Gets or sets the database that contains the executing procedure.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property ProcedureDatabase As String
    Get
    Set
'Usage
Dim instance As ServiceQueue
Dim value As String

value = instance.ProcedureDatabase

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

Property Value

Type: System.String
A String value that specifies the database that contains the executing procedure.