IsUpgradeRequiredOnType メソッド
Type のアップグレードが必要かどうかを示す値を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Overridable Function IsUpgradeRequiredOnType ( _
instanceType As String, _
fileVersion As Integer _
) As Boolean
'使用
Dim instance As UpgradeSession
Dim instanceType As String
Dim fileVersion As Integer
Dim returnValue As Boolean
returnValue = instance.IsUpgradeRequiredOnType(instanceType, _
fileVersion)
public virtual bool IsUpgradeRequiredOnType(
string instanceType,
int fileVersion
)
public:
virtual bool IsUpgradeRequiredOnType(
String^ instanceType,
int fileVersion
)
abstract IsUpgradeRequiredOnType :
instanceType:string *
fileVersion:int -> bool
override IsUpgradeRequiredOnType :
instanceType:string *
fileVersion:int -> bool
public function IsUpgradeRequiredOnType(
instanceType : String,
fileVersion : int
) : boolean
パラメーター
- instanceType
型: System. . :: . .String
使用するインスタンスの型を表す文字列です。
- fileVersion
型: System. . :: . .Int32
ファイル バージョンの整数型の値です。
戻り値
型: System. . :: . .Boolean
アップグレードが必要な場合は true、それ以外の場合は false です。