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 target service with which to initiate the dialog. It can be a string Literal or a Variable.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property TargetServiceName As ValueExpression
Get
Set
'Usage
Dim instance As BeginDialogStatement
Dim value As ValueExpression
value = instance.TargetServiceName
instance.TargetServiceName = value
public ValueExpression TargetServiceName { get; set; }
public:
property ValueExpression^ TargetServiceName {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member TargetServiceName : ValueExpression with get, set
function get TargetServiceName () : ValueExpression
function set TargetServiceName (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The target service with which to initiate the dialog.