名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property SentBy As SqlMessageSentByType
'使用
Dim instance As ISql90ContractMessageSpecifier
Dim value As SqlMessageSentByType
value = instance.SentBy
instance.SentBy = value
SqlMessageSentByType SentBy { get; set; }
property SqlMessageSentByType SentBy {
SqlMessageSentByType get ();
void set (SqlMessageSentByType value);
}
function get SentBy () : SqlMessageSentByType
function set SentBy (value : SqlMessageSentByType)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMessageSentByType
参照
参照
ISql90ContractMessageSpecifier インターフェイス