DropAssemblyStatement.WithNoDependents Property
Gets or sets whether WITH NO DEPENDENTS is defined.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WithNoDependents As Boolean
Get
Set
'Usage
Dim instance As DropAssemblyStatement
Dim value As Boolean
value = instance.WithNoDependents
instance.WithNoDependents = value
public bool WithNoDependents { get; set; }
public:
property bool WithNoDependents {
bool get ();
void set (bool value);
}
member WithNoDependents : bool with get, set
function get WithNoDependents () : boolean
function set WithNoDependents (value : boolean)
Property Value
Type: System.Boolean
True if WITH NO DEPENDENTS is defined; otherwise, false.