Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the subscription ID.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SubscriptionId As Literal
Get
Set
'Usage
Dim instance As KillQueryNotificationSubscriptionStatement
Dim value As Literal
value = instance.SubscriptionId
instance.SubscriptionId = value
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The subscription ID.