Dela via


ISql90PartitionValue.ExpressionDependencies Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property ExpressionDependencies As IList(Of IModelElement)
'Usage
Dim instance As ISql90PartitionValue 
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>

Property Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

ISql90PartitionValue Interface

ISql90PartitionValue Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace