次の方法で共有


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
'使用
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)

プロパティ値

型 : System.String

解説

FREE キーワードが実際に存在するかどうかはパーサーによってチェックされません。

参照

参照

DbccStatement クラス

DbccStatement メンバ

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