CreateXmlSchemaCollectionStatement.Expression Property
SQL Server 2012
Gets or sets the expression that defines the collection.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property Expression As ScalarExpression Get Set 'Usage Dim instance As CreateXmlSchemaCollectionStatement Dim value As ScalarExpression value = instance.Expression instance.Expression = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionThe expression that defines the collection.
