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 the case of a 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
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)
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.