This topic has not yet been rated - Rate this topic

BeginDialogStatement.InitiatorServiceName Property

SQL Server 2012

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)
'Declaration
Public Property InitiatorServiceName As IdentifierOrValueExpression 
	Get 
	Set
'Usage
Dim instance As BeginDialogStatement 
Dim value As IdentifierOrValueExpression 

value = instance.InitiatorServiceName

instance.InitiatorServiceName = value

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The service that initiates the dialog.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.