DbccStatement.DllName 属性
Gets or sets the DLL name in the case of a FREE command. Note, that actual presence of FREE keyword is not checked by parser.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property DllName As String
Get
Set
用法
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);
}
member DllName : string with get, set
function get DllName () : String
function set DllName (value : String)
属性值
类型:System.String
The DLL name in the case of a FREE command.