Condividi tramite


Proprietà DbccStatement.DllName

Ottiene o imposta il nome della DLL in caso di comando FREE.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property DllName As String
    Get
    Set
public string DllName { get; set; }
public:
property String^ DllName {
    String^ get ();
    void set (String^ value);
}
member DllName : string with get, set
function get DllName () : String
function set DllName (value : String)

Valore proprietà

Tipo: System.String

Note

Si noti che la presenza effettiva della parola chiave FREE non è controllata dal parser.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DbccStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql