Share via


DbccStatement.DllName Property

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

See Also

Reference

DbccStatement Class

DbccStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace