Share via


SfcReferenceAttribute.Type Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property Type As Type 
    Get 
    Set
'Usage
Dim instance As SfcReferenceAttribute 
Dim value As Type 

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type 
function set Type (value : Type)

Property Value

Type: System.Type
The Type that describes the Type attribute.

See Also

Reference

SfcReferenceAttribute Class

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace