ISql90SpecifiesStorage.PartitionScheme Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property PartitionScheme As ISql90PartitionScheme
'Usage
Dim instance As ISql90SpecifiesStorage
Dim value As ISql90PartitionScheme
value = instance.PartitionScheme
instance.PartitionScheme = value
ISql90PartitionScheme PartitionScheme { get; set; }
property ISql90PartitionScheme^ PartitionScheme {
ISql90PartitionScheme^ get ();
void set (ISql90PartitionScheme^ value);
}
function get PartitionScheme () : ISql90PartitionScheme
function set PartitionScheme (value : ISql90PartitionScheme)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90PartitionScheme
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90SpecifiesStorage Interface