Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the DLL name in the case of a FREE command. Note, that actual presence of FREE keyword is not checked by parser.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DllName As String
Get
Set
'Usage
Dim instance As DbccStatement
Dim value As String
value = instance.DllName
instance.DllName = value
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)
Eigenschaftswert
Typ: System.String
The DLL name in the case of a FREE command.