Compartir a través de


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> _
Public Property ProcedureDatabase As String
    Get
    Set
'Uso
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)

Valor de la propiedad

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