Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the service that initiates the dialog. It can be an Identifier or a literal.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property InitiatorServiceName As IdentifierOrValueExpression
Get
Set
'Usage
Dim instance As BeginDialogStatement
Dim value As IdentifierOrValueExpression
value = instance.InitiatorServiceName
instance.InitiatorServiceName = value
public IdentifierOrValueExpression InitiatorServiceName { get; set; }
public:
property IdentifierOrValueExpression^ InitiatorServiceName {
IdentifierOrValueExpression^ get ();
void set (IdentifierOrValueExpression^ value);
}
member InitiatorServiceName : IdentifierOrValueExpression with get, set
function get InitiatorServiceName () : IdentifierOrValueExpression
function set InitiatorServiceName (value : IdentifierOrValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The service that initiates the dialog.