IDTSExtendedProperty100 Interface
This API supports the 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("CD8EF405-8C1A-45B1-A61D-6F261EFF726A")> _
Public Interface IDTSExtendedProperty100
'Usage
Dim instance As IDTSExtendedProperty100
[GuidAttribute("CD8EF405-8C1A-45B1-A61D-6F261EFF726A")]
public interface IDTSExtendedProperty100
[GuidAttribute(L"CD8EF405-8C1A-45B1-A61D-6F261EFF726A")]
public interface class IDTSExtendedProperty100
[<GuidAttribute("CD8EF405-8C1A-45B1-A61D-6F261EFF726A")>]
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