DbccStatement.DllName 属性

获取或设置 DLL 名称(如果使用 FREE 命令)。

命名空间:  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 命名空间