Compartir a través de


KillQueryNotificationSubscriptionStatement.SubscriptionId (Propiedad)

Obtiene o establece el identificador de la suscripción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property SubscriptionId As Literal
    Get
    Set
public Literal SubscriptionId { get; set; }
public:
property Literal^ SubscriptionId {
    Literal^ get ();
    void set (Literal^ value);
}
member SubscriptionId : Literal with get, set
function get SubscriptionId () : Literal
function set SubscriptionId (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Seguridad de .NET Framework

Vea también

Referencia

KillQueryNotificationSubscriptionStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)