DropObjectsStatement.Objects 속성
Gets a list of objects to be dropped.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public ReadOnly Property Objects As IList(Of SchemaObjectName)
Get
‘사용 방법
Dim instance As DropObjectsStatement
Dim value As IList(Of SchemaObjectName)
value = instance.Objects
public IList<SchemaObjectName> Objects { get; }
public:
property IList<SchemaObjectName^>^ Objects {
IList<SchemaObjectName^>^ get ();
}
member Objects : IList<SchemaObjectName>
function get Objects () : IList<SchemaObjectName>
속성 값
유형: System.Collections.Generic.IList<SchemaObjectName>
The list of objects to be dropped.