Gets or sets the target service with which to initiate the dialog. It can be a string Literal or a Variable.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property TargetServiceName As ValueExpression
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The target service with which to initiate the dialog.