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 DLL name in case of FREE command.
Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property DllName As String
'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);
}
public function get DllName () : String 
public function set DllName (value : String)
Property Value
Type: System.String
Remarks
Note, that the actual presence of the FREE keyword is not checked by the parser.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.