ISqlFile.FileName プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property FileName As String
'使用
Dim instance As ISqlFile
Dim value As String
value = instance.FileName
instance.FileName = value
string FileName { get; set; }
property String^ FileName {
String^ get ();
void set (String^ value);
}
function get FileName () : String
function set FileName (value : String)
プロパティ値
型 : System.String