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.