Compartir a través de


ServiceQueue.ProcedureDatabase Propiedad

Gets or sets the database that contains the executing procedure.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ProcedureDatabase As String 
    Get 
    Set
'Uso
Dim instance As ServiceQueue 
Dim value As String 

value = instance.ProcedureDatabase

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

Valor de la propiedad

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

Ejemplos

Readme_ServiceBrokerConfiguration

Vea también

Referencia

ServiceQueue Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Desarrollo (Service Broker)

Administrar Service Broker

Información general (Service Broker)

CREATE QUEUE (Transact-SQL)