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