FREE コマンドの場合は DLL 名を取得または設定します。 FREE キーワードが実際に存在するかどうかはパーサーによって確認されないので注意してください。
名前空間: 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
FREE コマンドの場合の DLL 名。