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 database that hosts the target service. 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 InstanceSpec As ValueExpression
Get
Set
'Usage
Dim instance As BeginDialogStatement
Dim value As ValueExpression
value = instance.InstanceSpec
instance.InstanceSpec = value
public ValueExpression InstanceSpec { get; set; }
public:
property ValueExpression^ InstanceSpec {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member InstanceSpec : ValueExpression with get, set
function get InstanceSpec () : ValueExpression
function set InstanceSpec (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The database that hosts the target service.