SetChildVersion メソッド
指定された接続の新しいサーバー バージョンの値を設定します。
名前空間: Microsoft.SqlServer.Management.MultiServerConnection
アセンブリ: Microsoft.SqlServer.Management.MultiServerConnection (Microsoft.SqlServer.Management.MultiServerConnection.dll)
構文
'宣言
Sub SetChildVersion ( _
childInfo As UIConnectionInfo, _
version As Version _
)
'使用
Dim instance As IUpdateConnectionProperties
Dim childInfo As UIConnectionInfo
Dim version As Version
instance.SetChildVersion(childInfo, version)
void SetChildVersion(
UIConnectionInfo childInfo,
Version version
)
void SetChildVersion(
UIConnectionInfo^ childInfo,
Version^ version
)
abstract SetChildVersion :
childInfo:UIConnectionInfo *
version:Version -> unit
function SetChildVersion(
childInfo : UIConnectionInfo,
version : Version
)
パラメーター
- childInfo
型: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
更新する接続を指定します。
- version
型: System. . :: . .Version
新しいサーバー バージョンを指定します。