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.
Get boolean that specifies whether the target server is LocalDB
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property TargetingServerless As Boolean
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.TargetingServerless
public bool TargetingServerless { get; }
public:
property bool TargetingServerless {
bool get ();
}
member TargetingServerless : bool
function get TargetingServerless () : boolean
Property Value
Type: System.Boolean