共用方式為


DbccStatement.DllName 屬性

取得或設定使用 FREE 命令時的 DLL 名稱。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:System.String

備註

請注意,剖析器不會檢查免費關鍵字的實際存在。

.NET Framework 安全性

請參閱

參考

DbccStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間