IDTSExtendedProperty100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see ExtendedProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4887EF97-93DB-44EC-929E-ABD97E3F34F3")> _
Public Interface IDTSExtendedProperty100
'Usage
Dim instance As IDTSExtendedProperty100
[GuidAttribute("4887EF97-93DB-44EC-929E-ABD97E3F34F3")]
public interface IDTSExtendedProperty100
[GuidAttribute(L"4887EF97-93DB-44EC-929E-ABD97E3F34F3")]
public interface class IDTSExtendedProperty100
[<GuidAttribute("4887EF97-93DB-44EC-929E-ABD97E3F34F3")>]
type IDTSExtendedProperty100 = interface end
public interface IDTSExtendedProperty100
The IDTSExtendedProperty100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataType | Infrastructure. For more information, see ExtendedProperty. | |
Namespace | Infrastructure. For more information, see ExtendedProperty. | |
QualifiedName | Infrastructure. For more information, see ExtendedProperty. | |
Value | Infrastructure. For more information, see ExtendedProperty. |
Top