SfcInvalidForTypeAttribute(Type) Constructor

Definition

Exclude list will be set to the list coming for the constructor

public SfcInvalidForTypeAttribute (Type excludedType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcInvalidForTypeAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcInvalidForTypeAttribute
Public Sub New (excludedType As Type)

Parameters

excludedType
Type

The excluded type for a specific property

Applies to