Connection 屬性
Gets or sets the connection.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Property Connection As ISfcConnection
Get
Set
'用途
Dim instance As Policy..::..ConnectionProcessingStartedEventArgs
Dim value As ISfcConnection
value = instance.Connection
instance.Connection = value
public ISfcConnection Connection { get; set; }
public:
property ISfcConnection^ Connection {
ISfcConnection^ get ();
void set (ISfcConnection^ value);
}
member Connection : ISfcConnection with get, set
function get Connection () : ISfcConnection
function set Connection (value : ISfcConnection)
屬性值
型別:Microsoft.SqlServer.Management.Common. . :: . .ISfcConnection
A ISfcConnection object value that represents the connection.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。