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