Compartir a través de


FileTable.FileStreamPartitionScheme Propiedad

FileStreamPartitionScheme relationship class of FileTable

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property FileStreamPartitionScheme As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = FileTable.FileStreamPartitionScheme
public static ModelRelationshipClass FileStreamPartitionScheme { get; internal set; }
public:
static property ModelRelationshipClass^ FileStreamPartitionScheme {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member FileStreamPartitionScheme : ModelRelationshipClass with get, internal set
static function get FileStreamPartitionScheme () : ModelRelationshipClass 
internal static function set FileStreamPartitionScheme (value : ModelRelationshipClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

FileTable Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model