다음을 통해 공유


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.

참고 항목

참조

DbccStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스