ImageVersion プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property ImageVersion As String
Get
Set
'使用
Dim instance As Database
Dim value As String
value = instance.ImageVersion
instance.ImageVersion = value
public string ImageVersion { get; set; }
public:
property String^ ImageVersion {
String^ get ();
void set (String^ value);
}
member ImageVersion : string with get, set
function get ImageVersion () : String
function set ImageVersion (value : String)