SourceType プロパティ
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
ReadOnly Property SourceType As String
Get
'使用
Dim instance As IComErrorRecord
Dim value As String
value = instance.SourceType
string SourceType { get; }
property String^ SourceType {
String^ get ();
}
abstract SourceType : string
function get SourceType () : String