ISql90ObjectAuthorizer.AuthorizedObjects プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property AuthorizedObjects As IList(Of ISql90AuthorizedObject)
'使用
Dim instance As ISql90ObjectAuthorizer
Dim value As IList(Of ISql90AuthorizedObject)
value = instance.AuthorizedObjects
IList<ISql90AuthorizedObject> AuthorizedObjects { get; }
property IList<ISql90AuthorizedObject^>^ AuthorizedObjects {
IList<ISql90AuthorizedObject^>^ get ();
}
function get AuthorizedObjects () : IList<ISql90AuthorizedObject>
プロパティ値
型 : System.Collections.Generic.IList<ISql90AuthorizedObject>